--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 00c19316802c35605f7e839d01f5487383a6c5c2
Parents : c3a000a
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-01-01T21:09:09-06:00
chore: update .gitignore to include additional Android build artifacts and local configuration files
Changes
Diff
diff --git a/.gitignore b/.gitignore
index ec7cbdac..58bb8796 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,6 +34,17 @@ public/
/electron/build/exe/
python-dist/
+# Android
+android/.gradle/
+android/local.properties
+android/build/
+android/app/build/
+android/app/src/main/python/meshchatx/
+android/app/src/main/python/meshchat_wrapper.py.bak
+android/*.iml
+android/.idea/
+
+
# Local storage and runtime data
storage/
testing/
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────